Iterator Pattern

  • 网络迭代器模式;迭代模式;迭代器;章迭代器模式
Iterator PatternIterator Pattern
  1. The iterator pattern provides a way to encapsulate looping through a collection or array of objects .

    迭代器模式将提供一种通过对象集合或对象数组封装迭代的方法。

  2. The Iterator pattern was one of the first to appear as an addition to the Java language , in the form of the Iterator interface and implementation .

    迭代器模式是最先添加到Java语言中的模式,它是以Iterator接口和实现的方式添加的。

  3. The Composite pattern can be used to implement the composite service that encompasses other subservices , whereas the Iterator pattern can be used to implement the traversal of subservices .

    Composite模式可用于实现包含其他子服务的组合服务,而Iterator模式可用于实现子服务的遍历。

  4. STL and Iterator Design Pattern

    STL和迭代器模式